{ "version": 4, "terraform_version": "1.8.3", "serial": 576, "lineage": "e55bc25a-50cd-93e8-796b-831d55df981f", "outputs": { "db_endpoint": { "value": "db-2.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-9f2aec104a80b229a", "ami": "ami-d88ff9d8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b4cf9c74"], "subnet_id": "subnet-09e10fcc", "key_name": "prod-deploy-key" } } ] } ] }