{ "version": 4, "terraform_version": "1.6.2", "serial": 150, "lineage": "4d84b363-acee-9b8e-902f-bcbe17f359e3", "outputs": { "db_endpoint": { "value": "db-3.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-a71bf3225eddb938f", "ami": "ami-cc86a5fe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e379842e"], "subnet_id": "subnet-0beeaeae", "key_name": "prod-deploy-key" } } ] } ] }