{ "version": 4, "terraform_version": "1.5.3", "serial": 405, "lineage": "a0e645f4-1c16-3ac5-84c8-f3251025c48c", "outputs": { "db_endpoint": { "value": "db-4.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-28fe90f863dd02e41", "ami": "ami-dd7b5c02", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1c1b4a3b"], "subnet_id": "subnet-e5f5a3f4", "key_name": "prod-deploy-key" } } ] } ] }