{ "version": 4, "terraform_version": "1.6.9", "serial": 190, "lineage": "d30914a0-410c-fe19-af5c-46757f633a4e", "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-945b3c54a3b3b84fb", "ami": "ami-1b4f233e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-496f82e3"], "subnet_id": "subnet-5ade356e", "key_name": "prod-deploy-key" } } ] } ] }