{ "version": 4, "terraform_version": "1.7.4", "serial": 121, "lineage": "32b5f882-e178-32d7-e7f3-725b7676f2d3", "outputs": { "db_endpoint": { "value": "db-0.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-0e6f3df652440d9cf", "ami": "ami-f35e7e57", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d3a8b90"], "subnet_id": "subnet-106e6e5d", "key_name": "prod-deploy-key" } } ] } ] }