{ "version": 4, "terraform_version": "1.7.2", "serial": 349, "lineage": "22400725-7dee-9d31-1516-475c884a3ad1", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c4881d1500a54694a", "ami": "ami-f9a2ff78", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3fb1c14f"], "subnet_id": "subnet-5486fc2a", "key_name": "prod-deploy-key" } } ] } ] }