{ "version": 4, "terraform_version": "1.8.6", "serial": 207, "lineage": "fe311e21-e9bf-1b39-0436-9add83b7a65e", "outputs": { "db_endpoint": { "value": "db-3.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-eb6c3716260e35ce3", "ami": "ami-2e41028b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3dee3b73"], "subnet_id": "subnet-4394e6ac", "key_name": "prod-deploy-key" } } ] } ] }