{ "version": 4, "terraform_version": "1.5.5", "serial": 580, "lineage": "2e6cf614-0682-b2b0-91c8-24a6b49813fb", "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-6cacc3254126f453e", "ami": "ami-d7a91e25", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4c9d80ed"], "subnet_id": "subnet-c545ec33", "key_name": "prod-deploy-key" } } ] } ] }