{ "version": 4, "terraform_version": "1.8.0", "serial": 326, "lineage": "c64d959b-085e-7533-bcf1-72109d3a0c74", "outputs": { "db_endpoint": { "value": "db-2.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-f3a87961a52acd538", "ami": "ami-5860bf99", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-45d63169"], "subnet_id": "subnet-694b434b", "key_name": "prod-deploy-key" } } ] } ] }