{ "version": 4, "terraform_version": "1.5.0", "serial": 480, "lineage": "c65d6c22-d764-4ff9-c4bd-9b6d0cf9dcc3", "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-9b2b43d52d97d14c0", "ami": "ami-55c1af0e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f3d94fc9"], "subnet_id": "subnet-ecaa2116", "key_name": "prod-deploy-key" } } ] } ] }