{ "version": 4, "terraform_version": "1.5.1", "serial": 180, "lineage": "3e4cc943-ddc6-73a7-0a1b-36eaddc1a264", "outputs": { "db_endpoint": { "value": "db-0.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-f1fdd70c070594fe6", "ami": "ami-d15e67c8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8be418f5"], "subnet_id": "subnet-3f408009", "key_name": "prod-deploy-key" } } ] } ] }