{ "version": 4, "terraform_version": "1.6.3", "serial": 492, "lineage": "0af9d4dc-4c85-f0d8-9ff8-548fbd8a8872", "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-31e945d9da3b01d5a", "ami": "ami-16c38c91", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7139bd13"], "subnet_id": "subnet-4a243438", "key_name": "prod-deploy-key" } } ] } ] }