{ "version": 4, "terraform_version": "1.8.9", "serial": 313, "lineage": "a23e703f-5519-e63a-03ad-a6ac3e545b48", "outputs": { "db_endpoint": { "value": "db-0.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-7f707353ee2960ca7", "ami": "ami-6aff3408", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c8ade56"], "subnet_id": "subnet-c49b26ef", "key_name": "prod-deploy-key" } } ] } ] }