{ "version": 4, "terraform_version": "1.7.4", "serial": 500, "lineage": "bc1c3f17-4721-da24-2f96-013cdb12e8ca", "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-08ada0db1ab4560c7", "ami": "ami-547b059f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ae21b1c9"], "subnet_id": "subnet-12cf4039", "key_name": "prod-deploy-key" } } ] } ] }