{ "version": 4, "terraform_version": "1.6.2", "serial": 590, "lineage": "fec04d59-c069-3ceb-f5c5-b3d7e2d74496", "outputs": { "db_endpoint": { "value": "db-2.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-730e5f9da005ac0db", "ami": "ami-df917f60", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c136d63c"], "subnet_id": "subnet-f2ed5424", "key_name": "prod-deploy-key" } } ] } ] }