{ "version": 4, "terraform_version": "1.6.0", "serial": 231, "lineage": "6e7981d0-959b-c81a-444b-40405abfd3b2", "outputs": { "db_endpoint": { "value": "db-1.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-08e219dfde6f3ca5e", "ami": "ami-5689a5a8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0b5dadc5"], "subnet_id": "subnet-cdcf872a", "key_name": "prod-deploy-key" } } ] } ] }