{ "version": 4, "terraform_version": "1.7.7", "serial": 290, "lineage": "513ad757-7e14-0983-6b7c-ed0f8b7f98e1", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-ffb06d1bfb6adfe95", "ami": "ami-e2600708", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a5538602"], "subnet_id": "subnet-bc2afcb6", "key_name": "prod-deploy-key" } } ] } ] }