{ "version": 4, "terraform_version": "1.5.3", "serial": 488, "lineage": "f6f3d9a1-b7f0-2a37-cbda-b2039d17b753", "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-158ff41417997bc8f", "ami": "ami-22c2e790", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4d86cd41"], "subnet_id": "subnet-f1b94617", "key_name": "prod-deploy-key" } } ] } ] }