{ "version": 4, "terraform_version": "1.8.1", "serial": 128, "lineage": "fe78644f-267b-509d-0aac-7f927b8782d4", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-f44048bff5c19c47a", "ami": "ami-e660873a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1cbacb23"], "subnet_id": "subnet-3cb7225e", "key_name": "prod-deploy-key" } } ] } ] }