{ "version": 4, "terraform_version": "1.8.3", "serial": 594, "lineage": "295f472d-e333-0b9b-31a3-52f3559ef35e", "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-1aaeb286a8db2e429", "ami": "ami-8f2dce51", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-068d67dd"], "subnet_id": "subnet-fc96d1ef", "key_name": "prod-deploy-key" } } ] } ] }