{ "version": 4, "terraform_version": "1.5.6", "serial": 535, "lineage": "a0af7928-5d1a-6bda-e211-fe3e5895036b", "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-b33783cd2b8bc25bc", "ami": "ami-b8b666f0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c13786fc"], "subnet_id": "subnet-62f0ab4d", "key_name": "prod-deploy-key" } } ] } ] }