{ "version": 4, "terraform_version": "1.8.4", "serial": 576, "lineage": "1d0a6826-b082-ab31-3255-a67d936c1dfc", "outputs": { "db_endpoint": { "value": "db-2.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-63ad7aeb9adec474d", "ami": "ami-5dc0756e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1c51b8bf"], "subnet_id": "subnet-d72fe730", "key_name": "prod-deploy-key" } } ] } ] }