{ "version": 4, "terraform_version": "1.5.5", "serial": 552, "lineage": "0c9d0e72-32c9-1715-2cac-0ce18c036cf6", "outputs": { "db_endpoint": { "value": "db-1.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-83e575cd8a47f98b7", "ami": "ami-e0422399", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d59ce3b9"], "subnet_id": "subnet-60ab23c6", "key_name": "prod-deploy-key" } } ] } ] }