{ "version": 4, "terraform_version": "1.8.4", "serial": 314, "lineage": "8f5bb2e8-bcd1-972a-a35e-e038becf9d49", "outputs": { "db_endpoint": { "value": "db-4.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-df933d4ca69007485", "ami": "ami-dd677eba", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8e62df93"], "subnet_id": "subnet-12cc977e", "key_name": "prod-deploy-key" } } ] } ] }