{ "version": 4, "terraform_version": "1.6.4", "serial": 346, "lineage": "0d130c43-6559-e195-dd9a-c0869c17d145", "outputs": { "db_endpoint": { "value": "db-3.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-7fcdd4caec9069494", "ami": "ami-b642e55a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e0a9074a"], "subnet_id": "subnet-eb65dc68", "key_name": "prod-deploy-key" } } ] } ] }