{ "version": 4, "terraform_version": "1.6.7", "serial": 302, "lineage": "72b31b5b-b9c6-998c-04ef-5b4a246d9cec", "outputs": { "db_endpoint": { "value": "db-4.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-06d02e95a6b3ce25c", "ami": "ami-25fcad87", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-becf4372"], "subnet_id": "subnet-f690e610", "key_name": "prod-deploy-key" } } ] } ] }