{ "version": 4, "terraform_version": "1.6.3", "serial": 190, "lineage": "958a9c94-87ef-0296-785b-9466060fd2a2", "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-db65d1854225d8a6e", "ami": "ami-9a906d81", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1a748ce3"], "subnet_id": "subnet-10008783", "key_name": "prod-deploy-key" } } ] } ] }