{ "version": 4, "terraform_version": "1.5.6", "serial": 235, "lineage": "d0dae72d-0c6c-f8fa-7830-c05d655cb098", "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-5f74975774675c11a", "ami": "ami-6e4bca27", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-269f74f9"], "subnet_id": "subnet-e157a159", "key_name": "prod-deploy-key" } } ] } ] }