{ "version": 4, "terraform_version": "1.5.6", "serial": 412, "lineage": "b785c229-c26d-ceaf-a3bc-fcb8b1f438c0", "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-73aff4d2b8204b648", "ami": "ami-23db6440", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6573f36c"], "subnet_id": "subnet-da63d7b8", "key_name": "prod-deploy-key" } } ] } ] }