{ "version": 4, "terraform_version": "1.5.3", "serial": 373, "lineage": "51af3d57-d33e-d81b-8acd-a4b655e85bf9", "outputs": { "db_endpoint": { "value": "db-1.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-dc8cec56aaa6ff0b7", "ami": "ami-1b41bdef", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dbce72b5"], "subnet_id": "subnet-c3162302", "key_name": "prod-deploy-key" } } ] } ] }