{ "version": 4, "terraform_version": "1.6.2", "serial": 478, "lineage": "f73b8680-0dcf-313e-e87b-db634a617711", "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-a202310b1bad64f06", "ami": "ami-d3935b20", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d38c6304"], "subnet_id": "subnet-8ca7171e", "key_name": "prod-deploy-key" } } ] } ] }