{ "version": 4, "terraform_version": "1.6.5", "serial": 101, "lineage": "9a20f7c8-c8cd-ff0e-3082-3db0aa8eca82", "outputs": { "db_endpoint": { "value": "db-2.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-aff0899909dea2f00", "ami": "ami-a4a2b90f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-27661f46"], "subnet_id": "subnet-49bd71f6", "key_name": "prod-deploy-key" } } ] } ] }