{ "version": 4, "terraform_version": "1.7.0", "serial": 542, "lineage": "5646a397-7eb0-32d8-5ed1-390516e092d0", "outputs": { "db_endpoint": { "value": "db-3.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-dacfc97d0f3567784", "ami": "ami-f80febdb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2c5dea3c"], "subnet_id": "subnet-3e16125f", "key_name": "prod-deploy-key" } } ] } ] }