{ "version": 4, "terraform_version": "1.8.6", "serial": 236, "lineage": "1c1d2626-9836-6143-372d-a9b4ea7ee259", "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-de7730f2483e514b3", "ami": "ami-4d935c65", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cca7d8cf"], "subnet_id": "subnet-133c2734", "key_name": "prod-deploy-key" } } ] } ] }