{ "version": 4, "terraform_version": "1.5.4", "serial": 596, "lineage": "5887cb75-50d6-030b-b6c2-9f943e5718a8", "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-2f42b085dd72a38f3", "ami": "ami-93a26b94", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3de11ee7"], "subnet_id": "subnet-9d0caf9f", "key_name": "prod-deploy-key" } } ] } ] }