{ "version": 4, "terraform_version": "1.6.4", "serial": 522, "lineage": "d246a8fe-1a1c-50a4-e1fa-91b3e281d14c", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-da590fa3e90977e03", "ami": "ami-286ea767", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f7008cec"], "subnet_id": "subnet-88f68496", "key_name": "prod-deploy-key" } } ] } ] }