{ "version": 4, "terraform_version": "1.7.9", "serial": 502, "lineage": "ca718eb4-fb20-68aa-1e00-2e2c0b59105b", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-04e07130713e85724", "ami": "ami-e95cb900", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7fd2031c"], "subnet_id": "subnet-2a0c8e94", "key_name": "prod-deploy-key" } } ] } ] }