{ "version": 4, "terraform_version": "1.7.6", "serial": 492, "lineage": "55f96a74-a97f-ba05-506d-bb3eb6443be0", "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-42d28707b354d527a", "ami": "ami-5fcc44c0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8babde10"], "subnet_id": "subnet-daef6064", "key_name": "prod-deploy-key" } } ] } ] }