{ "version": 4, "terraform_version": "1.8.3", "serial": 477, "lineage": "0798133d-087b-6ffd-8c94-ab36c1ca87f4", "outputs": { "db_endpoint": { "value": "db-0.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-d78dc4f5c99174f8a", "ami": "ami-19ba9193", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fb32f7a3"], "subnet_id": "subnet-d9685077", "key_name": "prod-deploy-key" } } ] } ] }