{ "version": 4, "terraform_version": "1.7.2", "serial": 424, "lineage": "28dbc8bd-ed3d-d317-f1bf-ba65a603bff4", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d411b828e01aa930f", "ami": "ami-41027dc0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bbeef1d7"], "subnet_id": "subnet-2bcf8caf", "key_name": "prod-deploy-key" } } ] } ] }