{ "version": 4, "terraform_version": "1.6.8", "serial": 143, "lineage": "ff02a3b2-feba-2b84-5e39-3a621c1e6b19", "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-381d5a6b80c3c6908", "ami": "ami-647b2333", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a5241357"], "subnet_id": "subnet-50c24197", "key_name": "prod-deploy-key" } } ] } ] }