{ "version": 4, "terraform_version": "1.6.8", "serial": 117, "lineage": "71769aa8-e810-0355-872b-339f8322b0bc", "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-c09106086e655c583", "ami": "ami-e825c549", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-67777af7"], "subnet_id": "subnet-950b69e0", "key_name": "prod-deploy-key" } } ] } ] }