{ "version": 4, "terraform_version": "1.6.5", "serial": 480, "lineage": "39918935-4e08-3085-32d9-cec8c10f2177", "outputs": { "db_endpoint": { "value": "db-2.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-cb9e7d3c08ad9ed94", "ami": "ami-702944ad", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a72e1fbf"], "subnet_id": "subnet-fa8faf22", "key_name": "prod-deploy-key" } } ] } ] }