{ "version": 4, "terraform_version": "1.6.1", "serial": 592, "lineage": "cabd7274-3b20-3880-8ac3-796d240428aa", "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-32c43df6a7cc00dad", "ami": "ami-bfba1049", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6466aeef"], "subnet_id": "subnet-8deafd98", "key_name": "prod-deploy-key" } } ] } ] }