{ "version": 4, "terraform_version": "1.5.5", "serial": 294, "lineage": "38d009c3-a32a-2861-7413-6f0e3994f9f0", "outputs": { "db_endpoint": { "value": "db-3.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-b0f28400048038c6d", "ami": "ami-11ad6516", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b8484492"], "subnet_id": "subnet-92dd73b8", "key_name": "prod-deploy-key" } } ] } ] }