{ "version": 4, "terraform_version": "1.8.6", "serial": 316, "lineage": "4e6b275a-b84d-f919-78e2-0345ac2b023f", "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-d1e8b4fd4aa39c3f3", "ami": "ami-22191c26", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1c95fd91"], "subnet_id": "subnet-f7a72803", "key_name": "prod-deploy-key" } } ] } ] }