{ "version": 4, "terraform_version": "1.5.0", "serial": 395, "lineage": "56f4536f-fe69-502f-0285-829d8fa66451", "outputs": { "db_endpoint": { "value": "db-1.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-4362efb4320a257b2", "ami": "ami-88b9dd3f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c93d553e"], "subnet_id": "subnet-1be7d0ae", "key_name": "prod-deploy-key" } } ] } ] }