{ "version": 4, "terraform_version": "1.7.7", "serial": 123, "lineage": "9fcd313a-8c85-d641-08df-fc38a0a4f49c", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0e91d70b018b8f413", "ami": "ami-22d4ef2b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a522d00e"], "subnet_id": "subnet-2e619aba", "key_name": "prod-deploy-key" } } ] } ] }