{ "version": 4, "terraform_version": "1.6.4", "serial": 112, "lineage": "8f3d47d5-2714-5dbf-3af6-273b9cd167b8", "outputs": { "db_endpoint": { "value": "db-1.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-734ff7fd06d5ae566", "ami": "ami-6d5dd5e4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-729656ac"], "subnet_id": "subnet-9d023275", "key_name": "prod-deploy-key" } } ] } ] }