{ "version": 4, "terraform_version": "1.6.5", "serial": 154, "lineage": "e19d9753-5337-dda2-1f6f-860916029a2f", "outputs": { "db_endpoint": { "value": "db-1.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-2316a571c00210fe6", "ami": "ami-925f1114", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f3a45d0f"], "subnet_id": "subnet-ccd63812", "key_name": "prod-deploy-key" } } ] } ] }