{ "version": 4, "terraform_version": "1.6.7", "serial": 431, "lineage": "7ddda5b1-b4fc-51ab-3c55-6ce939e2e524", "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-ec5a08a083b6a3d05", "ami": "ami-eb1594c7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e627ae57"], "subnet_id": "subnet-f13983fa", "key_name": "prod-deploy-key" } } ] } ] }