{ "version": 4, "terraform_version": "1.5.6", "serial": 121, "lineage": "6696d4f3-98ad-36d1-bb5c-03278f1869e4", "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-1042b977bae62a4ce", "ami": "ami-b802997d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d2a351fd"], "subnet_id": "subnet-a81bf92a", "key_name": "prod-deploy-key" } } ] } ] }