{ "version": 4, "terraform_version": "1.5.8", "serial": 278, "lineage": "1f4801a4-032e-2f9c-882d-7cbaed311d7d", "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-0bb70e936c9b8b749", "ami": "ami-a42e0ecc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8df27659"], "subnet_id": "subnet-a5ad3ff4", "key_name": "prod-deploy-key" } } ] } ] }