{ "version": 4, "terraform_version": "1.7.8", "serial": 429, "lineage": "72f19a14-a546-44e3-2566-b8948325d1d3", "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-4cc8986076c47d0b6", "ami": "ami-b898c520", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b12fd405"], "subnet_id": "subnet-bf506d7d", "key_name": "prod-deploy-key" } } ] } ] }