{ "version": 4, "terraform_version": "1.6.4", "serial": 544, "lineage": "40ead576-6ca5-f074-aef6-e1fdda73b72a", "outputs": { "db_endpoint": { "value": "db-4.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-4ee2fa5ba2ce377bd", "ami": "ami-384cfb15", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-72c9ad26"], "subnet_id": "subnet-d8fb4b1a", "key_name": "prod-deploy-key" } } ] } ] }