{ "version": 4, "terraform_version": "1.8.1", "serial": 339, "lineage": "40d6e162-6ded-ca8a-fb64-cb8ed5215c48", "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-789958750dab138ce", "ami": "ami-8fb8fe09", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d807c51f"], "subnet_id": "subnet-ea99eb40", "key_name": "prod-deploy-key" } } ] } ] }