{ "version": 4, "terraform_version": "1.5.4", "serial": 156, "lineage": "fc2116f1-0324-f6b0-9782-86694b32e21f", "outputs": { "db_endpoint": { "value": "db-4.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-fcf2fb33b3de746c8", "ami": "ami-48403e73", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ed3af46a"], "subnet_id": "subnet-d77f32fb", "key_name": "prod-deploy-key" } } ] } ] }