{ "version": 4, "terraform_version": "1.6.5", "serial": 524, "lineage": "f664022e-1387-9255-4dc7-e2ed08f627a0", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-887c924a8968a49a5", "ami": "ami-4c84a95f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2dc4052e"], "subnet_id": "subnet-e70b3176", "key_name": "prod-deploy-key" } } ] } ] }