{ "version": 4, "terraform_version": "1.5.9", "serial": 151, "lineage": "52db327c-99b2-47fe-8c83-d37f7a0cb5a4", "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-d1049edb3a7a7e074", "ami": "ami-21a775ad", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d563b050"], "subnet_id": "subnet-5ceaf461", "key_name": "prod-deploy-key" } } ] } ] }