{ "version": 4, "terraform_version": "1.5.3", "serial": 418, "lineage": "6ede2181-0286-d0c0-6e50-07c53cf1a992", "outputs": { "db_endpoint": { "value": "db-0.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-c3c40416578d904e0", "ami": "ami-2338c5e2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c3e9a5ae"], "subnet_id": "subnet-8fc45238", "key_name": "prod-deploy-key" } } ] } ] }